From 87cacb7535ac77548534969aa7fc94ece13de420 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 19 Jul 2008 15:09:30 +0000 Subject: [PATCH] Add navigonwpt style. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3296 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/style/navigonwpt.style | 40 ++++++++++++++++++++++++++ gpsbabel/xmldoc/formats/navigonwpt.xml | 14 +++++++++ 2 files changed, 54 insertions(+) create mode 100644 gpsbabel/style/navigonwpt.style create mode 100644 gpsbabel/xmldoc/formats/navigonwpt.xml diff --git a/gpsbabel/style/navigonwpt.style b/gpsbabel/style/navigonwpt.style new file mode 100644 index 000000000..2086f2c8e --- /dev/null +++ b/gpsbabel/style/navigonwpt.style @@ -0,0 +1,40 @@ +# gpsbabel XCSV style file +# Author: Tom Glaab +# +DESCRIPTION Navigon Waypoints +SHORTLEN 8 +# +# +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER | +RECORD_DELIMITER NEWLINE +BADCHARS | + +# +# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: +# + +OFIELD SHORTNAME, "","[%-.14s " +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "","]" +OFIELD CONSTANT, "%s","[0][17]" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD LON_DECIMAL, "", "%08.5f" +OFIELD LAT_DECIMAL, "", "%08.5f" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","" +OFIELD CONSTANT, "%s","49" diff --git a/gpsbabel/xmldoc/formats/navigonwpt.xml b/gpsbabel/xmldoc/formats/navigonwpt.xml new file mode 100644 index 000000000..4f3adbaa9 --- /dev/null +++ b/gpsbabel/xmldoc/formats/navigonwpt.xml @@ -0,0 +1,14 @@ + + This is the waypoint file format for Navigon units such as the Navigon 7100. + + + To actually manipulate the file on the unit, use a USB cable or SD card + reader and work with "MN6\Settings\Favorites.storage". + The waypoints are be created with a minimal amount of data; the unit will + fill in the other fields on use. The other fields appear to be references the + unit infers, such as nearby streets. + + + Note that this is the waypoint/placemark format (.storage) and not the + route file format (.rte, .mn4) that is used by routes. + -- 2.30.2